home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1992 Spring / ARPL-Spring-1992_Partner_Edition.iso / 5-Fonts & Software / Software Applications / Databases / 4D Runtime™ 2.2.3 / 4th DIMENSION 2.2.3 Release < prev   
Encoding:
Text File  |  1992-01-20  |  5.2 KB  |  91 lines  |  [ttro/ttxt]

  1. 4th DIMENSION VERSION 2.2.3 READ ME
  2.  
  3.  
  4. This Read Me document covers changes made since version 2.2.1. 
  5. In version 2.2.2, the date format mm/dd/yyyy displayed all the four digits for the year. For example, 25th December, 1991 would be displayed as 12/25/1991. Due to popular demand from our users, in version 2.2.3, we changed this back to to work in the following way :
  6. If the date is from the 20th century, i.e. 19xx, only the last two digits are displayed. For example, 25th December, 1991 is displayed as 12/25/91.
  7. If the date is from any other century, all the four digits are displayed. For example, 25th December, 1891 is displayed as 12/25/1891. 
  8.  
  9. Version 2.2.2 and version 2.2.3
  10. Version 2.2.2 and 2.2.3 offer some routines to compare strings that include all 256 characters in the ASCII table. These  routines can be used in the following situations:
  11. • While comparing strings
  12. • While indexing
  13. • While searching
  14. • While sorting
  15.  
  16. NEW CHARACTERS RECOGNIZED BY 4th DIMENSION
  17. 4th DIMENSION now recognizes 17 new characters. These characters are listed below with their ASCII codes. If for some reason, you cannot see all the special characters that are listed below, use TrueType Geneva or open the document with another word processor and set the font for the entire document to Helvetica.
  18.  
  19. • Å (229) and Á (231) are recognized and attached to the letter A.
  20. • Ê (230), Ë (232), and È (233) are recognized and attached to the letter E.
  21. • î (148), Í (234), Î (235), Ï (236), and Ì (237) are recognized and attached to the letter I.
  22. • º (188), Ò (238), Ô (239), and Ó (241) are recognized and attached to the letter O.
  23. • Ú (242), Û (243), and Ù (244) are recognized and attached to the letter U.
  24. • Ÿ (217) is recognized and attached to the letter Y.
  25.  
  26. NEW SORT ORDER FOR QUOTE CHARACTERS
  27. In version 2.2.1, the following characters are sorted as follows:
  28. «
  29. »
  30.  
  31. In version 2.2.2 and 2.2.3, the same characters are sorted in the following order:
  32. «
  33. »
  34.  
  35. If you use these characters and want to benefit from the new routines for comparisons, refer to the following section.
  36.  
  37. NEW FEATURES IN CUSTOMIZER PLUS 1.0.2
  38. There is a new item in the Script Manager dialog called String Comparision. The String Comparison pop-up menu contains the following options:
  39. • System
  40. • Extended Tables
  41. These options change the sorting and searching orders. The System option is the default. If you have problems searching on indexed fields that contain special characters, you should should select the Extended Tables option. In this case you MUST rebuild the indices for all alphanumeric fields.
  42.  
  43. If you are running 4th DIMENSION in multi-user mode with users using different string comparison methods, you will have problems when searching and sorting on indexed fields. 
  44. **MAKE SURE THAT YOU ARE USING THE SAME STRING COMPARISON METHOD ACROSS THE SYSTEM.**
  45.  
  46. SETTING PARAMETERS WITH CUSTOMIZER PLUS
  47. To set parameters with Customizer Plus:
  48. 1. Copy the new version of Customizer Plus to your hard disk from the 4th DIMENSION Program 2 disk.
  49. 2. Launch Customizer version 1.0.2.
  50. 3. Choose Open from the File menu.
  51. 4. Select 4th DIMENSION version 2.2.2 from the dialog box that appears.
  52. 4. Double-click the Script icon.
  53. The Script Manager window appears.
  54. 5. Click down on the String comparisons pop-up menu and choose Extended tables.
  55. An alert box appears containing the following message: “You are about to change the searching/sorting methods.
  56. If you are sure that you want to change the searching/sorting method, you MUST absolutely re-index all indexed alphanumeric fields in all you databases. If you do not re-index, you will get erronous searching/sorting results.” 
  57. 6. Accept the message and click the window’s close box to close 4th DIMENSION.
  58. A dialog box appears in which you can confirm that you want to save changes.
  59. 7. Click Save.
  60. 8. Choose Quit from the File menu to quit Customizer Plus.
  61.  
  62. RE-INDEXING A DATABASE
  63. There are two methods that you can use to re-index your database. The first is done within 4th DIMENSION, and involves manually unchecking and rechecking the Indexed option for all indexed alphanumeric fields.
  64.  
  65. 1. Open the database in the Design environment.
  66. 2. Uncheck and then recheck the Indexed option for all indexed alphanumeric fields.
  67. 3. Go to the User environment to rebuild your indices.
  68.  
  69. The second method uses 4D Tools to re-index a database.
  70. 1. Launch the 4D Tools application.
  71. 2. Open the database to re-index.
  72. 3. Choose Compact from the Utilities menu.
  73. The indices will be rebuilt the next time you open the database.
  74.  
  75. **VERY IMPORTANT**
  76. If you are using a database that uses the new comparison routines in multi-user mode, you must have 4th DIMENSION version 2.2.2 or 2.2.3 installed on each Macintosh. This version should be customized to use the Extended Tables option.
  77.  
  78.  
  79. NOTE TO DEVELOPERS ABOUT CUSTOMIZING CUSTOMIZER PLUS
  80. You can control the way in which users work with Customizer Plus. If you want to allow users to use Customizer Plus, but do not want to give them access to the resources, you can do so using the following method:
  81. 1. Open Customizer Plus with ResEdit.
  82. 2. Open the SECU resource.
  83. Notice that all items have a “1.” Each item represents one icon that appears in Customizer Plus.
  84. 3. Enter a “0” in all items that you do not want the user to see.
  85. 4. Save changes and quit ResEdit.
  86.  
  87.